floating anchor - перевод на русский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

floating anchor - перевод на русский

DEVICE TO CONNECT ELEMENTS TO TRANSFER LOADS AND SHEAR FORCES
Wedge anchor; Expanding bolt; Concrete anchor; Anchor rod; Expansion bolt; Expansion anchor; Wall anchor; Fountain bolt; Bold-down bolt; Projection bolt; Chemical anchor; Bonded anchor; Adhesive anchor; Tapcon
  • A cast-in-place anchor bolt
  • A wedge anchor
  •  date = 1989}}</ref>
  •  date = 2010}}</ref>
  • Type of anchors<ref name="Doe-00" />
  • A bonded anchor
  • Plastic anchors
Найдено результатов: 448
floating anchor      
плавучий якорь
anchor wall         
  • guy wires]] on a [[guyed mast]] near Thabazimbi, South Africa
SUPPORT DEVICE THAT IS ANCHORED TO THE GROUND
Earth Anchor; Ground anchor; Anchor log; Anchor wall

общая лексика

анкерная стенка

anchor wall         
  • guy wires]] on a [[guyed mast]] near Thabazimbi, South Africa
SUPPORT DEVICE THAT IS ANCHORED TO THE GROUND
Earth Anchor; Ground anchor; Anchor log; Anchor wall
анкерная стенка
ground anchor         
  • guy wires]] on a [[guyed mast]] near Thabazimbi, South Africa
SUPPORT DEVICE THAT IS ANCHORED TO THE GROUND
Earth Anchor; Ground anchor; Anchor log; Anchor wall

нефтегазовая промышленность

грунтовой якорь

anchor log         
  • guy wires]] on a [[guyed mast]] near Thabazimbi, South Africa
SUPPORT DEVICE THAT IS ANCHORED TO THE GROUND
Earth Anchor; Ground anchor; Anchor log; Anchor wall
анкерный столб, мертвяк; анкерная свая
floating pier         
TYPE OF DOCK SUPPORTED BY PONTOONS
Floating jetty; Floating pier

строительное дело

буронабивная свая-столб (работающая как свая трения)

anchor log         
  • guy wires]] on a [[guyed mast]] near Thabazimbi, South Africa
SUPPORT DEVICE THAT IS ANCHORED TO THE GROUND
Earth Anchor; Ground anchor; Anchor log; Anchor wall

строительное дело

якорный лежень

анкерный чурбан

анкерный столб, мертвяк

анкерная свая

floating pier         
TYPE OF DOCK SUPPORTED BY PONTOONS
Floating jetty; Floating pier
буронабивная свая-столб (работающая как свая трения)
floating island         
  • Posta Fibreno lake]], Italy
  • Circular [[phumdis]], called ''athampum'', were artificially built for fishing in [[Loktak Lake]]
  • [[Floating islands (Bingöl)]] in Turkey
ISLAND (NATURAL OR ARTIFICIAL) MADE OF FLOATING PLANTS, MUD, AND PEAT
Floating islands; Floating Islands; Floating Island; Floaton; Artificial floating islands; Floating artificial islands; Artificial floating island

[fləutiŋ'ailənd]

общая лексика

плавучий остров

десерт с заварным кремом и взбитыми белками

floating point         
  • Single-precision floating-point numbers on a [[number line]]: the green lines mark representable values.
  • none
  • signs]] of representable values
  • Z3]] computer, which uses a 22-bit binary floating-point representation
  • [[Leonardo Torres y Quevedo]], who proposed a form of floating point in 1914
  • Fig. 1: resistances in parallel, with total resistance <math>R_{tot}</math>
COMPUTER FORMAT FOR REPRESENTING RATIONAL NUMBERS
Floating-point; Floating-point number; Floating point number; Hidden bit; Floating point type; Floating point numbers; Floating point arithmetic; Floating-point error; Floating point value; Numeric (data type); Floating point error; Floating-point math; Float (computing); Floating point exception; Floating-Point; Finite precision arithmetics; Floating-point numbers; Floating decimal point; Floating point format; Floating-point format; Floating point representation; Floating-point representation; Floating-point arithmetics; Floating point arithmetics; Floating point; Binary floating point; Assumed bit; Implicit bit; Assumed bit (floating point); Hidden bit (floating point); Implicit bit (floating point); Leading bit (floating point); Implicit leading bit (floating point); Implicit leading bit; Implicit leading bit convention; Assumed bit convention; Leading bit convention; Implicit bit convention; Hidden bit convention; Hidden bit rule; Implicit bit rule; Implicit leading bit rule; Assumed bit rule; Leading bit rule; Binary floating-point; Octal floating point; Octal floating-point; Binary floating-point arithmetic; Binary floating-point number; Octal floating-point number; Octal floating-point arithmetic; Base 2 floating point; Base-2 floating point; Radix-2 floating point; Radix 2 floating point; Base 8 floating point; Base-8 floating point; Radix-8 floating point; Radix 8 floating point; Binary512; Radix 65536 floating point; Radix-65536 floating point; Base 65536 floating point; Base-65536 floating point; Base-256 floating point; Quaternary floating point; Base 256 floating point; Radix 256 floating point; Radix-256 floating point; Base 4 floating point; Base-4 floating point; Radix 4 floating point; Radix-4 floating point; Binary floating point number; Representable floating-point number; Fast math; Floating point math; Binary floating-point number system; Binary floating point number system; Binary floating point numbering system; Binary floating-point numbering system

общая лексика

плавающая запятая [точка]

система представления и обработки действительных чисел в компьютере. Позволяет выводить их с заданным числом десятичных цифр. Соответственно говорят о реализованной в компьютере арифметике с плавающей запятой [точкой]

запятая плавающая

Смотрите также

exponent; FPU; integer; mantissa; scientific notation

Определение

floating-point
<programming, mathematics> A number representation consisting of a mantissa, M, an exponent, E, and a radix (or "base"). The number represented is M*R^E where R is the radix. In science and engineering, exponential notation or scientific notation uses a radix of ten so, for example, the number 93,000,000 might be written 9.3 x 10^7 (where ^7 is superscript 7). In computer hardware, floating point numbers are usually represented with a radix of two since the mantissa and exponent are stored in binary, though many different representations could be used. The IEEE specify a standard representation which is used by many hardware floating-point systems. Non-zero numbers are normalised so that the binary point is immediately before the most significant bit of the mantissa. Since the number is non-zero, this bit must be a one so it need not be stored. A fixed "bias" is added to the exponent so that positive and negative exponents can be represented without a sign bit. Finally, extreme values of exponent (all zeros and all ones) are used to represent special numbers like zero and positive and negative infinity. In programming languages with explicit typing, floating-point types are introduced with the keyword "float" or sometimes "double" for a higher precision type. See also floating-point accelerator, floating-point unit. Opposite: fixed-point. (2008-06-13)

Википедия

Anchor bolt

Anchor bolts are used to connect structural and non-structural elements to concrete. The connection can be made by a variety of different components: anchor bolts (also named fasteners), steel plates, or stiffeners. Anchor bolts transfer different types of load: tension forces and shear forces.

A connection between structural elements can be represented by steel columns attached to a reinforced concrete foundation. A common case of a non-structural element attached to a structural one is the connection between a facade system and a reinforced concrete wall.

Как переводится floating anchor на Русский язык